created on Tue Nov 05 13:57:32 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 26.439 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default loads non-inline elements in XS PASS

Result: PASS Time: 1.613 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.2. Functionality of Component Variant: Default loads non-inline elements in SM PASS

Result: PASS Time: 1.565 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.3. Functionality of Component Variant: Default loads non-inline elements in MD PASS

Result: PASS Time: 1.673 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.4. Functionality of Component Variant: Default loads non-inline elements in LG PASS

Result: PASS Time: 1.491 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.5. Functionality of Component Variant: Default loads non-inline elements in XLG PASS

Result: PASS Time: 1.646 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.6. Functionality of Component Variant: Default loads non-inline elements in XXLG PASS

Result: PASS Time: 1.834 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.7. Functionality of Component Variant: Inline with Share Tool Box in XS PASS

Result: PASS Time: 2.363 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XS Should have embeded component

  • Where:

2.8. Functionality of Component Variant: Inline with Share Tool Box in SM PASS

Result: PASS Time: 2.245 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in SM Should have embeded component

  • Where:

2.9. Functionality of Component Variant: Inline with Share Tool Box in MD PASS

Result: PASS Time: 2.495 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in MD Should have embeded component

  • Where:

2.10. Functionality of Component Variant: Inline with Share Tool Box in LG PASS

Result: PASS Time: 2.499 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in LG Should have embeded component

  • Where:

2.11. Functionality of Component Variant: Inline with Share Tool Box in XLG PASS

Result: PASS Time: 2.773 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XLG Should have embeded component

  • Where:

2.12. Functionality of Component Variant: Inline with Share Tool Box in XXLG PASS

Result: PASS Time: 3.064 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XXLG Should have embeded component

  • Where:

2.13. Functionality of Component Variant: Inline with Follow Tool Box in XS PASS

Result: PASS Time: 2.351 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XS Should have embeded component

  • Where:

2.14. Functionality of Component Variant: Inline with Follow Tool Box in SM PASS

Result: PASS Time: 2.343 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in SM Should have embeded component

  • Where:

2.15. Functionality of Component Variant: Inline with Follow Tool Box in MD PASS

Result: PASS Time: 2.442 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in MD Should have embeded component

  • Where:

2.16. Functionality of Component Variant: Inline with Follow Tool Box in LG PASS

Result: PASS Time: 2.488 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in LG Should have embeded component

  • Where:

2.17. Functionality of Component Variant: Inline with Follow Tool Box in XLG PASS

Result: PASS Time: 2.695 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XLG Should have embeded component

  • Where:

2.18. Functionality of Component Variant: Inline with Follow Tool Box in XXLG PASS

Result: PASS Time: 3.038 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XXLG Should have embeded component

  • Where:

2.19. Functionality of Component Variant: Inline with Tip Jar in XS PASS

Result: PASS Time: 2.267 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XS Should have embeded component

  • Where:

2.20. Functionality of Component Variant: Inline with Tip Jar in SM PASS

Result: PASS Time: 2.280 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in SM Should have embeded component

  • Where:

2.21. Functionality of Component Variant: Inline with Tip Jar in MD PASS

Result: PASS Time: 2.325 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in MD Should have embeded component

  • Where:

2.22. Functionality of Component Variant: Inline with Tip Jar in LG PASS

Result: PASS Time: 2.489 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in LG Should have embeded component

  • Where:

2.23. Functionality of Component Variant: Inline with Tip Jar in XLG PASS

Result: PASS Time: 2.744 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XLG Should have embeded component

  • Where:

2.24. Functionality of Component Variant: Inline with Tip Jar in XXLG PASS

Result: PASS Time: 3.017 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XXLG Should have embeded component

  • Where:

Result: PASS Time: 1.877 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.817 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.893 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.935 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.182 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.238 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

2.31. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.892 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XS Should have embeded component

  • Where:

2.32. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.243 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in SM Should have embeded component

  • Where:

2.33. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 2.786 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in MD Should have embeded component

  • Where:

2.34. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 2.923 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in LG Should have embeded component

  • Where:

2.35. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 3.129 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XLG Should have embeded component

  • Where:

2.36. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 3.530 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XXLG Should have embeded component

  • Where: